Add filterdefs to hold protos for filter functions and extern of waypt_head
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 4 Oct 2005 14:54:48 +0000 (14:54 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 4 Oct 2005 14:54:48 +0000 (14:54 +0000)
commit5ffa82fbb10bfc0a92a407b5bf444d708c684f0c
tree061513951932f277d72257360d789f48237db323
parent2bf8ac2ed75afdd55f5eb64685e37abd4fb6f42c
Add filterdefs to hold protos for filter functions and extern of waypt_head
so we can more easily finger the remaining formats that violate the intended
'static-ness' of that symbol.

git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1447 f51c46e8-681c-474f-0cfe-069cfd0219fb
15 files changed:
gpsbabel/arcdist.c
gpsbabel/defs.h
gpsbabel/discard.c
gpsbabel/duplicate.c
gpsbabel/filter_skeleton.c
gpsbabel/filter_vecs.c
gpsbabel/filterdefs.h [new file with mode: 0644]
gpsbabel/main.c
gpsbabel/polygon.c
gpsbabel/position.c
gpsbabel/reverse_route.c
gpsbabel/smplrout.c
gpsbabel/sort.c
gpsbabel/stackfilter.c
gpsbabel/trackfilter.c